home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 38 / giftif.zip / WRITETIF.H < prev   
C/C++ Source or Header  |  1989-11-22  |  634b  |  16 lines

  1. /*----------------------------------------------------------------------*/
  2. /* Copyright (c) 1988-1989                        */
  3. /* by CompuServe Inc., Tucson, AZ.  All Rights Reserved            */
  4. /* WRITETIF.H can be copied and distributed freely for any        */
  5. /* non-commercial purposes. WRITETIF.H can only be incorporated        */
  6. /* into commercial software with the permission of CompuServe Inc.    */
  7. /*----------------------------------------------------------------------*/
  8.  
  9. /* Header file WRITETIF.H */
  10.  
  11. extern void init_TIF_output( char    filename[21] ); 
  12.  
  13. extern short put_TIF_byte( unsigned char    nxt_char );
  14.  
  15. extern    void    finish_output( void );
  16.